@import url("http://hello.myfonts.net/count/2dc135");
/*
Theme Name: Yonder Journal
Theme URI: yonderjournal.com
*/


@font-face {
  font-family: 'HoboD-Reg';
  src: url('inc/fonts/2DC135_0_0.eot');
  src: url('inc/fonts/2DC135_0_0.eot#iefix') format('embedded-opentype'),
       url('inc/fonts/2DC135_0_0.woff') format('woff2'),
       url('inc/fonts/2DC135_0_0.woff') format('woff'),
       url('inc/fonts/2DC135_0_0.ttf') format('truetype');
}

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
   }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
/*   content: ''; */
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* reset adjustments */

/* thanks paul http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

* {
    outline: none;
}

/* end reset adjustments */


/* font styles */
.robotoregular{
  font-family: 'Roboto', sans-serif !important;
}
.robotocondensedbold {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700;
}
.oswaldlight {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 300;
}

/* begin fun */


/* base styles & setup */



html {
  -webkit-font-smoothing: antialiased;
  font-family: 'PT Serif', serif;
  font-size: 20px;
  overflow-y: scroll;
  }

/*@media
	only screen and (-webkit-min-device-pixel-ratio: 1.25),
	only screen and ( min-device-pixel-ratio: 1.25),
	only screen and ( min-resolution: 200dpi),
	only screen and ( min-resolution: 1.25dppx)
	{
		-webkit-font-smoothing: subpixel-antialiased;
	}
*/

body {
  background-color: #fff;
  word-wrap: break-word;
}

img {width: 100%; vertical-align: bottom;}
a {text-decoration: none;color: #79968B;}

::selection {background: #FFFBCC; /* WebKit/Blink Browsers */}
::-moz-selection {background: #FFFBCC; /* Gecko Browsers */}

/* class controllers */
.noscroll {overflow: hidden !important;}
.opacityNone {opacity: 0 !important;}
.opacityFull {opacity: 1 !important;}

.scrollerContainer {overflow-x: auto;overflow-y: hidden;}

/* layout or whatever */


#speedWrap {
  width: 100%;
  -webkit-transform: translate3d( 0px, 0, 0 );
  transform: translate3d( 0px, 0, 0 );
  -webkit-transition-property:-webkit-transform width;
  -moz-transition-property: -moz-transform width;
  -ms-transition-property: -ms-transform width;
  -o-transition-property: -o-transform width;
  transition-property: transform width;
  -webkit-transition-duration: .35s;
  -moz-transition-duration: .35s;
  -ms-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -moz-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -ms-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -o-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  z-index: 1;
}
.navOpen #speedWrap, .navOpen #pageHeader {
  -webkit-transform: translate3d( 280px, 0, 0 ) !important;
  transform: translate3d( 280px, 0, 0 ) !important;
}
.contentOpen #speedWrap, .contentOpen #pageHeader {
  -webkit-transform: translate3d( -280px, 0, 0 ) !important;
  transform: translate3d( -280px, 0, 0 ) !important;}



#headerWrap {
  background-color: #171E1D;
  overflow: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d( -280px, 0, 0 );
  transform: translate3d( -280px, 0, 0 );
  width: 280px;
  z-index: 2010;
  height: 100%;
  /*-webkit-box-shadow: 1px 0 5px -2px #999;
          box-shadow: 1px 0 5px -2px #999;  */
  -webkit-transition-property:-webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-duration: .35s;
  -moz-transition-duration: .35s;
  -ms-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -moz-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -ms-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -o-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
}

.navOpen #headerWrap {
  -webkit-transform: translate3d( 0px, 0, 0 ) !important;
  transform: translate3d( 0px, 0, 0 ) !important;
}

#tabWrap {
  border-left: 4px solid #000;
  background-color: #000;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
   -webkit-transform: translate3d(280px,0,0) ;
  -moz-transform: translate3d(280px,0,0) ;
  -o-transform: translate3d(280px,0,0) ;
  transform: translate3d(280px,0,0) ;
  width: 280px;
  z-index: 2001;
  height: 100%;
 -webkit-transition-property:-webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-duration: .35s;
  -moz-transition-duration: .35s;
  -ms-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -moz-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -ms-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -o-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
}

.contentOpen #tabWrap {
   -webkit-transform: translate3d(0,0,0) ;
  -moz-transform: translate3d(0,0,0) ;
  -o-transform: translate3d(0,0,0) ;
  transform: translate3d(0,0,0) ;
}


.flyWrap, .subflyWrap {
  position: fixed;
  top: 0;
  width: 160px;
  -webkit-transform: translate3d( -160px, 0, 0 );
  transform: translate3d( -160px, 0, 0 );
  -webkit-transition-property:-webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-duration: .35s;
  -moz-transition-duration: .35s;
  -ms-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -moz-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -ms-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -o-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
}

.flyWrap {
  height: 100%;
  z-index: 999;
  -webkit-box-shadow: 1px 0 5px -2px #999;
          box-shadow: 1px 0 5px -2px #999;
}
.subflyWrap {
  height: 100%;
  z-index: 998;
}

.activateFlyWrap {
  -webkit-transform: translate3d( 279px, 0, 0 ) !important;
  transform: translate3d( 279px, 0, 0 ) !important;
}

.activateSubFlyout {
  -webkit-transform: translate3d( 439px, 0, 0 ) !important;
  transform: translate3d( 439px, 0, 0 ) !important;
}

#primaryNav {
  background-color: #171E1D;
  z-index: 1000;
}

#navTrigger {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  width: 80px;
  border-right: 1px solid #333;
  background-color: #000;
  font-size: .6em;
  padding: 0 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  cursor: pointer;
  text-align: center;

}

#navTrigger:before {
  content: "MENU";
}
.navOpen #navTrigger:before {
  content: "CLOSE";
}

#navTrigger:hover { /* opacity: 1;*/}

#goHome {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  border-right: 1px solid #333;
  background-color: #000;
  font-size: .6em;
  padding: 0 20px;
  z-index: 2000;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  left: 80px;
}

#goHome a {display: block;}


#contentTrigger {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  border-left: 1px solid #333;
  background-color: #000;
  font-size: .6em;
  padding: 0px 20px;
  position: absolute;
  top: 0;
  right: 0px;
  text-align: left;
  z-index: 2002;
  cursor: pointer;
}

#contentTrigger:before {
  content: "MORE";
  white-space: pre;
}
.contentOpen #contentTrigger:before {
  content: "CLOSE";
  white-space: pre;
}

.contentTriggerMidWrap {
  display: block;
  position: fixed;
  right: 0;
  width: 20px;
  height: 100%;
  z-index: 1000;
}
#contentTriggerMid {
  height: 100%;
  /*background-color: #000;
  font-size: .6em;
   text-align: left;
   color: #fff;
  text-align: center;
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;*/
   z-index: 2002;
  cursor: pointer;
  opacity: 0;

}
#contentTriggerMidBits {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  white-space: pre;
  padding: 0 20px;
  position: fixed;
  top: 50%;
  right: 0px;
  width: 79px;
  text-align: center;
  opacity: inherit;
}

.navTriggerMidWrap {
  display: block;
  position: fixed;
  left: 0;
  width: 20px;
  height: 100%;
  z-index: 1000;
}
#navTriggerMid {
  height: 100%;
  /*background-color: #000;
  font-size: .6em;
  text-align: left;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  */
  cursor: pointer;
  opacity: 0;
}
#navTriggerMidBits {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  white-space: pre;
  position: fixed;
  top: 50%;
  left: 0px;
  width: 73px;
  text-align: center;
  opacity: inherit;
}
/*.contentOpen #contentTriggerMid:before {
  content: "CLOSE";
  white-space: pre;
}*/
.activeMidTrigger {
  opacity: 1 !important;
  -webkit-transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -ms-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
  }

.contentOpen .navTriggerMidWrap, .navOpen .contentTriggerMidWrap {display: none;}


#brand {
  margin: 15px 10px;
  max-width: 280px;
  padding: 30px;
  /*border: 1px solid #2B3532;*/
}

#pageNav {
  margin: 5px 0px 0px 0px;
  padding: 10px 8px 18px 8px;
  text-transform: uppercase;
}

#pageNav li {
  display: block;
  padding: 5px 12px;
  border-right: 1px solid #2B3532;
}

#pageNav li:last-of-type {border-right: none;}

#pageNav li:hover {cursor: pointer;}

#pageNav a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 0.6rem;
  color: #79968B;
}

#siteUtilities {border-top: 1px solid #2B3532;margin-top: 10px; padding-bottom: 20px;}

#siteUtilities li {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #2B3532;
}
#siteUtilities li:last-of-type {/* box shadow here */}
#siteUtilities a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fafafa;
  padding: 14px 20px 0 20px;
  display: block;
}

#navWrap {overflow: auto;letter-spacing: .08em;border-top: 2px solid #455D55;padding-bottom: 10px;}

#shopLink {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: .1em;
  background-color: #79958A;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 30px 0 20px 0;
}

#shopLink a {color: #fff;}

.tempShopLink {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.60em;
  letter-spacing: .1em;
}


.raceNav {/*padding-top: 10px;*/ }

.raceNav span {
  display: inline-block;
  padding: 25px 20px 10px 20px;
  font-size: 0.8em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.navSplitter {
  width: 100%;
  height: 1px;
  background-color: #666;
  margin: 10px 0;
}
.navSplitter:last-of-type {
  display: none;
}

#familyNav {overflow: auto;}

#familyNav li, .raceNav li {display: inline-block;width: 100%;}

.raceNav li {}

#navWrap a {
  display: inline-block;
  width: 100%;
  background: url("inc/img/chev.right.light.png") 250px 50% no-repeat;
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
}
#navWrap a:hover {
/* background: url(http://yonderjournal.com/wp-content/themes/Yonder%20Journal/style.css) 205px 50% no-repeat #000;*/
}


.raceNav a {
  font-size: 0.7em;
  padding: 12px 14px 12px 35px;
  color: #fff;
  background-size: 6px 11px !important;
}

#familyNav a {
  font-size: 0.8em;
  padding: 12px 20px;
  color: #fefefe;
  background-size: 8px 14px;
}

.raceNav .activeNavItem {
  /*background: linear-gradient(90deg, #FAEFA4 0%, #FAEFA4 14%, #FFC17E 25%, #FCAF73 40%, #FDA894 60%, #FE9DA7 80%, #FF57A2 100%) !important;*/
   background-color: #000 !important;
}

#familyNav .activeNavItem {
  /*background: linear-gradient(90deg, #FAEFA4 0%, #FAEFA4 14%, #FFC17E 25%, #FCAF73 40%, #FDA894 60%, #FE9DA7 80%, #FF57A2 100%) !important;*/

}

.flyoutEventWrap.activeNavItem {
   background-color: #e6e7e8 !important;
   color: #000 !important;
}

.raceNav a:hover {background-size: 6px 11px; }
#familyNav a:hover {background-size: 8px 14px; }


.arrow-closed-DC170B {
  display: inline-block;
  float: right;
  height: 8px;
  width: 4px;
  background: url("http://yonderjournal.com/wp-content/themes/Yonder%20Journal/inc/img/arrow.closed.c2d1c7.png") no-repeat;
  background-size: contain;
  margin-top: 1px;
}

.flyout {
  position: absolute;
  top: 0;
  left: 0px;
  width: 160px;
  height: 100%;
  background-color: #000;
  color: #fff;
  text-align: left;
  line-height: 14px;
  z-index: 1;
  font-size: 0.625em;
  letter-spacing: .06em;
  -webkit-transition: left 0.35s ease-out;
     -moz-transition: left 0.35s ease-out;
      -ms-transition: left 0.35s ease-out;
       -o-transition: left 0.35s ease-out;
          transition: left 0.35s ease-out;
}

.subflyout {  background-color: #e6e7e8 /*#FF57A2*/;}

.flyout a {
  color: #fff;
  display: block;
  font-family: 'PT Serif', sans-serif;
  font-weight: 400;
}

.flyout-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.flyoutEventTitle {border-top: 3px blue solid;padding-top: 30px;margin-top: 30px;}

.flyoutSummaryWrap {
  display:block;
  padding: 12px 12px 9px 12px;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: background-color 100ms ease-out ;
     -moz-transition: background-color 100ms ease-out ;
       -o-transition: background-color 100ms ease-out ;
          transition: background-color 100ms ease-out ;
}

.flyoutSummaryWrap:hover {background-color: #2B3532;}

.noLinkDraft {opacity: .7;cursor: default;}
.noLinkDraft:hover {background-color: transparent !important;}


.flyoutSummaryWrap img {margin-bottom: 10px;}

.flyoutHeader {
  display:block;
  line-height: 1em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flyoutHeaderTitle {
  font-family: 'portrait_text_webheavy';
  position: absolute;
  font-size: 1.5em;
  padding: 0 15px;
  top: 0;
  width: 100%;
  text-align: center;
  color: #fff;

}

.flyoutArchiveLink {padding: 15px;text-align: right;}


.flyoutEventWrap {
  padding-right: 25px;
  line-height: .8em;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
.flyoutEventWrap:hover {
  background-color: #171E1D;
}

.eventTitle {
  font-size: 1.6em;
  line-height: 1em;
}
.eventDates {padding: 5px 0}
.eventLocation {padding: 0; line-height: 1em;}

.separator {width: 25px;height: 2px; background-color: #fff;margin-left:auto; margin-right:0;}

.bubblemeup {z-index: 100 !important;}

#pageHeaderSpacer {width: 100%; height: 50px; background-color: #000;}

#pageHeader {
  position: fixed;
  background-color: #222;
  z-index: 997;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 1em;
  text-align: center;
  -webkit-transition-property:-webkit-transform width;
  -moz-transition-property: -moz-transform width;
  -ms-transition-property: -ms-transform width;
  -o-transition-property: -o-transform width;
  transition-property: transform width;
  -webkit-transition-duration: .35s;
  -moz-transition-duration: .35s;
  -ms-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -moz-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -ms-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  -o-transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
  transition-easing-function: ease,cubic-bezier(.2,0,.2,1);
}


.header--hidden {
  -webkit-transform: translateY( -100% );
  -ms-transform: translateY( -100% );
  transform: translateY( -100% );
}

.header--narrow {
  height: 80px !important;
}

.nonMarquee {
  text-transform: uppercase;
}

.marquee {
  height: 50px;
  width: 100%;

  overflow: hidden;
  white-space: nowrap;
  font-family: 'PT Serif';
  font-size: .7em !important;
  font-style: italic;
}

.marquee div {
  display: inline-block;
  padding-left: 100%;
  text-indent: 0;
  height: 50px;

  -webkit-animation: marquee 35s linear infinite;
  animation: marquee 35s linear infinite;
}

.marquee div:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes marquee {
    0%   { transform: translate3d(0,0,0); }
    100% { transform: translate3d(-100%,0,0); }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes marquee {
    0%   { -webkit-transform: translate3d(0,0,0); }
    100% { -webkit-transform: translate3d(-100%,0,0); }
}



/* layout */

.blockJammer {width: 100%;background-color: #fff;}

.spacer20 {height: 20px;}
.spacer50 {height: 50px;}

.centerJammer {
  width: 54% !important;
  margin: 0 auto;
  padding: 0 3%;
}
.permaCenter {
  width: 54% !important;
  margin: 0 auto;
  padding: 0 3%;
}
.widecenterJammer {
  width: 70%;
  margin: 0 auto;
  padding: 0 2%;
}
.halfColumn {
  width: 50%;
  float: left;
}

.highPoints {padding-right: 20px;}
.lowPoints  {padding-right: 20px;}

.centeredLayout {background-color: #e6e7e8}
.fullLayout {}
.splitLayout {}


/* sweepstakes */
.sweepstakesLead {text-align: center;padding: 5% 0 2% 0;}
.sweepstakesLead span {display: block; width: 100%; text-align: center;font-size: .6em; font-family: 'Roboto', sans-serif; font-weight: 400;padding-bottom: 1%;}
.sweepstakesLead img {display: inline-block;max-width: 400px;padding: 3%;}
.sweepstakesCopy p {padding: 2% 0;}

.prizeLead {
  display: block;
  text-align: center;
  padding: 3% 0 .5% 0;
  margin-bottom: 3% !important;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #D3AE4E;
  border-bottom: 1px solid #D3AE4E;
  }
.prizeGrid {text-align: center;margin-bottom: 3%;}
.awolCompPrize {width: 25% !important;}
.sweepstakesPrize {display: inline-block; width: 15%;}
.sweepstakesPrizeCopy {padding: 10%;font-size: .6em;font-family: 'Roboto', sans-serif;}
.sweepstakesPrizeCopy span {font-weight: 600;display: block;letter-spacing: .01em;}

.prizeGrid .mc-field-group {width: 34%; margin: 0 auto;}
.prizeGrid .mc-field-group input {width: 100%;background-color: transparent;border: none; border-bottom: 1px solid #333;font-size: 1em;}
.prizeGrid .mc-field-group label {width: 100%;display: block; text-align: left;font-size: .5em;font-weight: 600; font-family: 'Roboto', sans-serif;margin: 3px 0 15px 0;text-transform: uppercase;}

.prizeGrid #mc_embed_signup {
  background: url('inc/sweepstakes/signup.bg.jpg');
  background-repeat: round;
  padding: 4% 0;
  background-size: contain;
}

.sweepstakesDisclaimer {font-size: .6em;padding: 2% 0;text-align: left;}

.prizeGrid #mc-embedded-subscribe {
    border: 1px solid #999;
    border-radius: 2px;
    padding: 5px 15px;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #455D55;
    color: #D8E7E3;
}

@media only all and (max-width: 850px) {
  .sweepstakesPrize {width: 30% !important;}
}
@media only all and (max-width: 850px) {
  .prizeGrid #mc_embed_signup {background: none;}
}
/* end sweepstakes */






/* layout bits */
.centeredLayoutTop {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10%;
  font-family: 'portrait_text_webheavy';
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.centeredLayoutBottom {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10%;
  font-family: 'neusaextrabold';
  font-size: 1.250em;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.centeredLayoutTop a, .centeredLayoutBottom a {
  color: #323232;
  font-size: 1.5em;
}

.centeredLayoutBottom span {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: .5em;
}

/* lockup stuff */
#primaryLockup {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  background-color: #BAD8CF;
  color: #181F1E;
  z-index: 1;
}

#primaryLockup img {
  width: 40%;
  padding: 50px 10px;
  background-color: #BAD8CF;
}

/* end lockup stuff */

.pageContentHome {float: left;}

/* block stuff */
.featuredJammer {
  /*border-top: 5px solid #000;*/
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  height: 70vh !important;
  border-bottom: 5px solid #79968B;
}

.centeredImage {
  position: relative;
  max-width: 60%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin: 10% auto 0 auto;
}

.centeredImage a, .splitImage a {
  display: block;
  width: 100%;
  height: 100%;
}

.splitImage {
  position: relative;
  width: 57%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  float: left;
}

.splitRight .splitImage {float: right;}

.splitLayoutContentWrap {
  width: 43%;
  float: right;
  text-align: center;
  position: relative;
}

.splitRight .splitLayoutContentWrap {float: left;}

.splitLayoutContentTop {
  position: absolute;
  top: 10%;
  width: 100%;
  font-family: 'EB Garamond', serif;
  font-size: 2.4em;
  font-weight: normal;
}
.splitLayoutContentTop span {
  display: block;
  width: 100%;
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.35em;
  color: #333;
}
.splitLayoutSubtitle {
  display: block;
  width: 100%;
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-size: 0.35em;
  color: #333;
  letter-spacing: .1em;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.splitLayoutContent {
  position: relative;
  top: 65%;
  -webkit-transform: translatey(-65%);
     -moz-transform: translatey(-65%);
      -ms-transform: translatey(-65%);
       -o-transform: translatey(-65%);
          transform: translatey(-65%);
  padding: 0px 40px;
  color: #131717;
}

.splitLayoutContent a {
  color: #131717;
}


.splitLayoutTitle {
  font-family: 'EB Garamond', serif;
  font-size: 2.6em;
  font-weight: normal;
  line-height: .8em;
}

.splitLayoutBottom {
  width: 100%;
  text-align: center;
  color: #131717;
}
.specialSauce {
  color: #131717;
  }

.specialSauce span {
  border-bottom: #131717 1px solid;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}




.bulkInlineImages figure {margin-bottom: 50px;}

.imageFlag {
  position: absolute;
  top: 20px;
  left: -10px;
  background-color: #181f1e;
  color: #d9e8e3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: .9em;
  text-transform: uppercase;
  padding: 10px 20px;
}
.imageFlag span {
  border-left: none !important;
  border-top: 10px solid #2c3633 !important;
  border-left: 10px solid transparent !important;
  bottom: -10px;
  left: 0px !important;
  position: absolute;
}


.mapWrapper {
	position: relative;
	padding-bottom: 40.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map-image, div.gm-style-iw img {
  max-width: 100% !important;
  /*padding: 3px 0px 3px 0px !important;*/
}

.gm-style .gm-style-iw {
  max-width: 230px !important;
  left: 9px !important;
  top: 9px !important;
}

.gm-style .gm-style-iw > div > div  {
  overflow: hidden !important;
}

@media only all and (max-width: 736px) {
  .gm-style .gm-style-iw {max-width: 140px !important;}
  .info-window {max-width: 170px !important;}

}

.info-window > div > div:nth-of-type(2) {background-color: #000;}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
    /* we have to use !important because we are overwritng inline styles */
    background-color: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    left: -1px !important;
    border-top-color: transparent !important;
}

/* arrow container */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #000 !important;
  left: 0 !important;
  transform: skewX(-40.6deg) !important;
  height: 18px !important;
  width: 13px !important;
}

/* arrow left */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:first-of-type {
  display: none !important;
}
/* arrow right */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:nth-of-type(2) {
  left: 0 !important;
}

/* image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
    display: none;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
    background-image: url('inc/img/x-sm.png');
    width: 16px !important;
    height: 16px !important;
    width: 8px !important;
    height: 8px !important;
    background-size: 8px 8px !important;
    right: 2px !important;
    top: 3px !important;
}

.info-window {background-color: #000;max-width: 254px;border: 1px solid #2B3532;}

#map-canvas {width: 100%; height: 100%;position: absolute; top: 0; left: 0;z-index: 1;}

.mapLegend {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: .7em;
  text-transform: uppercase;
  color: #fff;
}
.legendItem {
  padding: 4px 0;
}

.legendItem span {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-bottom: 4px;
  margin-right: 10px;
}



.clubMacho {
  padding: 30px 0 40px 0;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  background-color: #faafaf;
  color: #5e2f2f;
  border-top: 2px solid #5e2f2f;
  border-bottom: 2px solid #5e2f2f;
}
.clubMachoBlockTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: .8em;
  text-transform: uppercase;
  color: #964b4b;
  letter-spacing: .1em;
}
.clubMachoTitle {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .2em;
  font-size: 1.5em;
  padding: 5px 0 30px 0;
}
.clubMachoQuote {
  font-family: 'HoboD-Reg';
  font-size: 1.8em;
}
.clubMachoAttribute {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: .8em;
  text-transform: uppercase;
  color: #964b4b;
  padding-top: 30px;
  letter-spacing: .1em;
}


.fromStore {background-color: #CBD7E3;margin: 30px 0;}
.fromStoreLeft {width: 50%;float: left;}
.fromStoreRight {width: 50%;float: left;position: relative;padding: 3%;font-size: 1em;}
.fromStoreBlockTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding-bottom: 25%;
}
.fromStoreProductTitle {
  font-family: 'EB Garamond', serif;
  font-size: 2.5em;
}
.fromStoreBlockCost {
  font-family: 'Roboto', sans-serif;
  font-size: 1.05em;
}
.fromStoreBlockDesc {
  font-family: 'Roboto', sans-serif;
  font-size: 1.05em;
  padding: 10% 10% 10% 0;
  line-height: 1.2em;
}
.fromStoreBlockLink {}

.fromStoreBlockLink a {
  border-radius: 2px;
  padding: 5px 15px;
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #374C5D;
  color: #D8E7E3;
}





.announcementBlock {
  position: relative;
  background-color: #000;
  color: #fff;
  margin: 50px 0;
}


.announcementWrap {
  position: relative;
}

div[class^="announcementBits"] {
  text-transform: uppercase;
  text-align: center;
  line-height: 5em;
  font-size: .6em;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .4em;
}

.announcementBitsL {
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 100%;
}
.announcementBitsR {
  -webkit-transform: rotate(-270deg);
     -moz-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
       -o-transform: rotate(-270deg);
          transform: rotate(-270deg);
  width: 100%;
}


.announcementBitsL {
  position: absolute;
  left: -55%;
  top: 44%;
}
.announcementBitsR {
  position: absolute;
  right: -55%;
  top: 44%;
}

.announcementExtra {
  text-align: center;
  padding: 20px 0 40px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  font-size: 1.5em;
  line-height: 1.2em;
}
.announcementExtra img {
  width: 30%;
}

.horizontalLayoutEventTitle {
  width: 100%;
  position: absolute;
  top: 50px;
  letter-spacing: .1em;
  font-family: 'portrait_text_web_regularRg';
  font-size: 0.875em;
}

.horizontalLayoutEventTitle span {
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: 'portrait_text_webheavy';
  font-size: 1.250em;
}


.scrollerJammerWrap {}


.eventScrollerWrap {
  float: left;
  position: relative;
  /*padding-top: 30px;*/
  height: auto;
  /*max-height: 320px;
  min-height: 320px;  */
  height: 100%;
  width: 100% !important;
  overflow: auto;
}

.eventScrollerJammer {
  padding-top: 20px;
  margin-top: 40px;
}

.briefsScrollerWrap {
  width: 100%;
  overflow: auto;
  height: auto;
  max-height: 280px;
  min-height: 280px;
  margin: 80px 0;
}

.briefScrollerJammer {
  padding: 0px 15px 0 15px;
  height: 100%;
}

.horizontalLayoutBottomTitle {
  position: absolute;
  color: #D8E7E3;
  font-size: 0.875em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  top: 0px;
  left: 0px;
  padding-left: 15px;
  background-color: #181f1e;
  height: 70px;
  line-height: 70px;
  min-width: 100%;
  }

.verticalCenter {
  position: relative;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}

.offscreenJammer {
  float:left;
  width: 340px;
  padding: 30px 30px 0px 30px;
  height: 100%;
  cursor: default;
  -webkit-transition: background-color 100ms ease-out;
     -moz-transition: background-color 100ms ease-out;
       -o-transition: background-color 100ms ease-out;
          transition: background-color 100ms ease-out;
}

.currentArticle {background-color: #ddd !important;}
.currentArticle a {cursor: default;}

.articleScrollerJammer .offscreenJammer {
  width: 750px;
}

.offscreenJammer img {width: 100%;/*max-height: 152px;*/}

.offscreenJammer:hover {background-color:#D8E7E2;}

.offscreenJammer a {display: block; height: 100%; width: 100%;}

.offscreenJammerBitsWrap {height: 110px}

.offscreenJammerBits {
  font-family: 'PT Serif', sans-serif;
  font-weight: 400;
  font-size: 0.750em;
  font-style: italic;
  color: #333;
}

.offscreenJammerBits span {
  display: block;
  width: 100%;
  font-family: 'EB Garamond', serif;
  font-size: 1.25em;
  font-style: normal;
  line-height: 20px;
  letter-spacing: .05em;
  color: #323232;
  padding-bottom: 10px;
}

.offscreenJammerBits.brief span {letter-spacing: normal !important;}

.offscreenJammerBits.brief {
  font-family: 'portrait_text_web_regularRg';
  font-size: 0.625em;
  color: #323232;
  text-align: left;
  text-transform: none;
  line-height: 18px;
  }

.offscreenJammerBits .briefsNumber {
  display: block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.750em;
  color: #8a8a8d;
  padding: 10px 0 7px 0;
}

.offscreenJammerBits .shortTitle {
  display: block;
  width: 100%;
  font-family: 'portrait_text_web_regularRg';
  font-size: 1.250em;
  color: #323232;
  padding-bottom: 3px;
  text-align: left;
  text-transform: none;
}

.horizontalScrollBlock {
  overflow-x: scroll; /* has to be scroll, not auto */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 50px 0;
  }

.articleScrollerJammer {background-color: #000;}

.articleScrollerBits {width: 350px !important;color: #fff;font-size: 1em;position: relative;}

.articleScrollerTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  padding: 65px 0px 30px 0px;
  position: absolute;
  top: 0;
  width: 80%;
  margin: 0 10%;
  text-transform: uppercase;

}

.articleScrollerTitle span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50px;
  height: 1px;
  width: 100%;
  background-color: #79958A;
}

.articleScrollerDescription {
  font-family: 'Roboto', sans-serif;
  font-size: .7em;
  line-height: 1.4em;
  padding: 50px 50px 0px 40px;
  position: absolute;
  bottom: 140px;
}

/*.articleScrollerJammer .offscreenJammer {
  max-width: 400px;
  width: 100%;
  padding: 0;
  cursor: default;
}*/
.articleScrollerJammer .offscreenJammer {
  padding: 10px 0 0 0;
}

.articleScrollerJammer .offscreenJammer:hover {background-color: #000}

.articleScrollerNumber {
  display: block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1.1em;
  letter-spacing: .2em;
  padding-bottom: 10px;
}

.articleScrollerJammer figcaption {
  border-left: 1px #333 solid;
  background-color: #000;
  color: #fff;
  font-family: 'PT Serif', serif;
  font-size: .6em;
  padding: 20px;
  height: 125px;
  overflow: auto;
}
.articleScrollerJammer .theCaption {
  padding: 0 !important;
}


.articleScrollerJammer .offscreenJammer img {width: 100%; max-height: none;vertical-align: top;}

.featuredJammer img {
  /*min-width: 100%;*/
  position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.featuredJammerBitsWrap {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}

.featuredJammerBits {
  width: 40%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  letter-spacing: .1em;
}

.featuredJammerBottomBits {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 20%;
}

.featuredJammerRunner {
  position: absolute;
  left: 20%;
  top: 10px;
  -webkit-transform: rotate(340deg);
     -moz-transform: rotate(340deg);
      -ms-transform: rotate(340deg);
       -o-transform: rotate(340deg);
          transform: rotate(340deg);
  font-family: 'portrait_text_webheavy';
  font-size: 1.125em;
}

.featuredJammerFamily {
  font-family: 'portrait_text_webbold';
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 7px 20px;
  display: inline-block;
  font-size: 0.750em;
  margin-bottom: 35px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

.featuredJammerTitle {
  font-family: 'EB Garamond', serif;
  font-size: 2.8em;
  text-shadow: 0px 2px 10px rgba(0,0, 0, 0.5);
}
.featuredJammerTitle span {
  width: 100%;
  display: block;
  font-family: 'PT Serif', serif;
  font-size: .3em;
  text-transform: none;
  letter-spacing: normal;
  font-style: italic;
  padding-bottom: 25px;
  text-shadow: 0px 2px 10px rgba(0,0, 0, 0.5);
}
.featuredJammerSubtitle {
  text-transform: uppercase !important;
  font-style: normal !important;
  letter-spacing: .1em !important;
  display: block !important;
  width: 100% !important;
  padding-top: 20px !important;
}

.specialSauceWrap {
  width: 100%;
  margin: 40px auto 70px auto;
}

.splitLayoutBottom .specialSauceWrap .specialSauce {
  color: #131717 !important;
}

.splitLayoutBottom .specialSauceWrap .specialSauce span {
  border-bottom: #131717 1px solid;
}

.specialSauce {
  margin-right: -4px;
  color: #fff;
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-size: 0.60em;
  letter-spacing: .1em;
  vertical-align: top;
}

.sauceTitleWrap {
  width: 100%;
  text-align: center;
  }

.specialSauce span {
  display: inline-block;
  border-bottom: #fff 1px solid;
  padding: 0px 3px 2px 3px;
  margin-bottom: 5px;
}

.specialSauce.threeth {
  width: 33%;
  display: inline-block;
}
.specialSauce.twoth {
  width: 33%;
  display: inline-block;
}

.splitLayoutBottom .featuredJammerQuote span {
  color: #79968B;
}

.featuredJammerQuote span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.60em;
  margin: 20px 0 40px 0;
  letter-spacing: .1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.featuredJammerQuote {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}


.imageCover {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.30);
  position: absolute;
  top: 0;
}
.splitImageCover {
  display: none;
}

#familyHomeTopBitsWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}

#familyHomeTopBits     {}

#familyDescription {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: center;
  color: #fff;
  font-family: 'portrait_text_web_regularRg';
  font-size: 1.188em;
  line-height: 22px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

.postMetaBlock {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.750em;
  letter-spacing: .1em;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  margin-top: 40px;
}

.postMetaBlockTitle  {width: 100%;}

.postMetaBlockTitle span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}

.largeLockup {
  position: absolute;
  top: 40%;
  -webkit-transform: translatey(-40%);
     -moz-transform: translatey(-40%);
      -ms-transform: translatey(-40%);
       -o-transform: translatey(-40%);
          transform: translatey(-40%);
  width: 100%;
  padding: 0 15%;
}

.leadBlockTitle {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 50px;
}

.leadBlockTitleLinkWrap {
  display: inline-block;
}

.leadBlockTitle a {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.750em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.leadBlockTitle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;

}

/* end home block stuff */

/* articles */
#articleLeadImage {position: relative;}
#imageMapLeadImage {position: relative; float: left;}


#articleLead {
  text-align: center;
  margin: 0 auto;
  background-color: #BAD8CF;
  color: #181F1E;
}

.articlePrimarySponsorTopWrap {
  background-color: #171E1D;
}

.articlePrimarySponsorTop {
  position: relative;
  padding: 30px 0 !important;
}

.articlePrimarySponsorTopContentImage {
  width: 30%;
  float: left;
}

.articlePrimarySponsorTopContent img {
  width: auto;
  max-height: 20px;
  padding: 2px 0 0 5px;
}

.articlePrimarySponsorTopContentWrap {
  width: 70%;
  float: left;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #D8E7E3;
  padding-left: 20px;
}

.articlePrimarySponsorTopContent {
  letter-spacing: .1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}

.articlePrimarySponsorTopContent div {float: left;}

.articlePrimarySponsorCenterer {margin: 0 auto;}

.articlePrimarySponsorBottomWrap {
  background-color: #465e56;
  float: left;
  width: 100%;
}

.articlePrimarySponsorBottom {
  position: relative;
  padding: 30px 0;
}

.articleSecondarySponsorWrap {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color: #2c3633;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.articleSecondarySponsorWrap span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.articleSecondarySponsorWrap span:after {
  content: ",";
}
.articleSecondarySponsorWrap span:last-of-type:after {
  content: "";
}

/* new bottom sponsors sections */
.bottomSponsorWrap {
  width: 100%;
  float: left;
}
.bottomSponsorBlock {
  width: 100%;
  float: left;
  padding: 35px 0;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #ffffff;
}
.bottomSponsorWrap .bottomSponsorBlock:first-of-type {
  background-color: #000000;
}
.bottomSponsorWrap .bottomSponsorBlock:nth-of-type(2) {
  background-color: #111820;
  padding: 50px 0;
}
.bottomSponsorWrap .bottomSponsorBlock:nth-of-type(3) {
  background-color: #19222B;
}
.bottomSponsorWrap .bottomSponsorBlock:last-of-type {
  background-color: #263240;
}
.bottomSponsorBlock span {
  display: block;
  width: 100%;
}
.bottomSponsorBlock a {
  display: inline-block;
  margin-right: -6px;
  vertical-align: middle;
  padding: 2%;
}
.halfWidthSponsor {
  width: 50%;
}
.thirdWidthSponsor {
  width: 25%;
}
.fifthWidthSponsor {
  width: 20%;
}


#articleTitle {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 15px;
}

#articleTitle span {
  font-family: 'EB Garamond', serif;
  font-size: 3.5em;
  background-color: #BAD8CF;
  color: #181F1E;
  display: inline-block;
  padding: 10px 80px;
  line-height: .9em;
  z-index: 5;
}
#articleTitle h1 {
  position: relative;
  z-index: 1;
}
#articleTitle h1:before, #primaryLockup h1:before {
  content: "";
  display: block;
  border-top: solid 2px #171E1D;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
}

#articleSubtitle {
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding-bottom: 55px;
}

#articleSummary {
  padding-bottom: 40px;
}

#articleAttribute {
  font-family: 'PT Serif', serif;
  padding-bottom: 40px;
  font-style: italic;
  max-width: 50%;
  margin: 0 auto;
}

#articleDate {
  font-family: 'PT Serif', serif;
  font-style: italic;
  padding: 55px 0 0px 0;
  display: inline-block;
  width: 100%;
}


#Bible {background-color: #e6e7e8;}

section .sectionTitle {
  font-size: 2.4em;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 50px;
  margin-bottom: 100px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-top: 1px #171E1D solid;
  border-bottom: 1px #171E1D solid;
}

section h1 span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: .35em;
  letter-spacing: .1em;
  display: block;
  width: 100%;
  margin: 10px 0 20px 0;
}

section h1 span sup {
  font-family: 'Roboto', sans-serif;
  color: #171E1D;
  font-weight: 700;
  border-bottom: 2px solid #171E1D;
  line-height: .9em;
  display: inline-block;
  margin: 0 5px 0 -1px;
  width: 7px;
}

.chapterStartSubtext {
  margin-top: 20px;
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: .4em;
  text-transform: none;
  letter-spacing: normal;
  color: #333;

}

.chapterStart {padding-bottom: 50px;}

#raceBibleLead {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  line-height: 22px;
  float: left;
  margin-bottom: 80px;
  padding: 0 5%;
  color: #323232;
}

div[class^="bibleBlock"] {color: #323232;}

div[class^="bibleBlock"] a {color: #79958A;}

div[class^="bibleBlock"] h3 {
  display: inline-block;
  border-bottom: 1px solid #999999;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.58em;
  text-transform: uppercase;
  padding-bottom: 2px;
  margin-bottom: 3px;
  letter-spacing: .1em;
  line-height: 1.4em;
}

div[class^="bibleBlock"] span {
  display: block;
  width: 100%;
  font-family: 'portrait_text_web_regularRg';
  font-size: 1.05em;
  margin-bottom: 5px;
}

.bibleBlockFull p {padding-bottom: 3px;}

.bibleBlockHalf {
  min-height: 110px;
  width: 50%;
  float: left;
  padding-right: 5%;
}

.bibleBlockHalf img {width: 20px !important;padding: 0 !important;}

.bibleBlockFull {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.bibleBlockFull h3 {margin-bottom: 0px !important;}

.bibleBlockFull h1 {
  font-family: 'portrait_text_web_regularRg';
  font-size: 2.625em;
  line-height: 56px;
}
.bibleBlockFull h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.688em;
  letter-spacing: .1em;
}

/* general content */
.pContent {
  word-wrap: break-word;
  font-family: 'PT Serif', serif;
  line-height: 1.45em;
  font-size: 1rem;
  position: relative; /* so that a footnote not wrapped into a paragraph can be positioned to a wrapper */
}

.pContent p {position: relative;}

em {font-family: 'PT Serif', serif;font-style: italic; }

strong {font-family: 'PT Serif', serif;font-weight: 700; }

.pContent ul {padding-left: 1em; list-style-type: disc; font-size: .9em; }
.pContent ol {padding-left: 2em;  }

.pContent ol {list-style-type: decimal; }

.pContent ul li:before {

}

.pContent ol li:before {
  padding-right: 10px;
}

.pContent li {padding: 5px 0;}

.underline {line-height: 1.15em;display: inline-block;border-bottom: 1px solid #323232;}

.footnote_text {
  cursor: pointer;
  line-height: 1.15em;
  display: inline-block;
  margin-right: 5px;
}

.activeFootnoteText {border-bottom: 1px solid #79958A;}

sup {
  top: -5px;
  font-size: .6em;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #79958A;
  line-height: 0;
  margin: 0 2px;
  position: relative;
  vertical-align: baseline;
}

.footnote {
  margin-top: -4px;
  left: -35%;
  position: absolute;
  display: block;
  width: 30%;
  font-family: 'PT Serif', serif;
  letter-spacing: .01em;
  font-size: .55em;
  line-height: 1.556em;
  border-top: 1px solid #79958A;
  padding-top: 15px;
  opacity: 0;
  -webkit-transition: all .35s;
     -moz-transition: all .35s;
      -ms-transition: all .35s;
       -o-transition: all .35s;
          transition: all .35s;
}

.footnote img {padding-bottom: 10px;}
.footnote sup {
  font-size: 1em;
  vertical-align: middle;
  margin: 0 2px 0 0;
}

.fnToc {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: .45em;
  line-height: 1.556em;
  /*border-top: 1px solid #79958A;*/
  padding: 10px 10px 10px 20px;
}
#footnotelist {letter-spacing: normal;}
#footnotelist .tabBlockHeader {padding-bottom: 5px;border-bottom: 1px solid #79958A;}
#footnotelist a {display: inline;}
/*#footnotelist a:hover {background-color: #ccc;}*/


.fnToc sup {
  top: 0px;
  font-size: 1.4em;
  font-family: 'neusabold';
  margin: 0 3px 0 0;
}
.fnToc img {
  padding: 0 80px;
}

.pullQuote:before {
  content: "“";
  position: absolute;
  top: 40px;
  left: 8px;
}

.inlineLeft.pullQuote:before {
  content: "“";
  position: absolute;
  top: 0px;
  left: -15px;
}

.pullQuote {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 900;
  font-size: 1.6em;
  line-height: 1.3em;
  text-align: left;
  position: relative;
}

.pullQuote span {
  display: block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .4em;
  line-height: 1.4em;
  color: #999;
  padding-top: 15px;
}

.quoteRunner {
  display: block;
  width: 20% !important;
  height: 10px;
  background-color: #79958A;
  margin-bottom: 20px;
}

.inlineRight  {
  padding: 0px 20px 0px 30px;
  right: -54.316%;
  position: absolute;
  display: block;
  width: 54.316%;
}
.widecenterJammer .inlineRight {
  padding: 0px 20px 0px 20px;
  right: -21.316%;
  position: absolute;
  display: block;
  width: 24.316%;
  font-size: 1.1em;
}
.widecenterJammer .inlineRight:before {
  content: "“";
  position: absolute;
  top: 31px;
  left: 9px;
}

.widecenterJammer .inlineLeft {
  margin-left: -22%;
  width: 122%;
}
.widecenterJammer .inlineLeft:before {
  content: "“";
  position: absolute;
  top: 0px;
  left: -14px;
}

.inlineLeft  {
  margin-left: -50%;
  width: 150%;
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.5em;
}

.inlineLeft span {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline;
  padding-left: 20px;
  color: #79968B;
}


.inlineCenter {padding: 40px 20px;width: 100%;}


.specialAnnouncement {
  left: -55%;
  position: absolute;
  display: block;
  width: 51%;
  max-width: 340px;
  background-color: #0F171E;
  border-top: 3px solid #181f1e;

}
.specialAnnouncement img {
  margin-bottom: 15px;
}
.announcementLead {
  width: 100%;
  text-align: center;
  padding: 35px 20px 35px 20px;
  float: left;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: .8em;
}
.specialAnnouncementBottom {
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  font-size: 1.1em;
  padding: 10%;
  color: #fff !important;
}


.fontsize10 {
  font-size: 0.5em !important;
}
.fontsize12 {
  font-size: 0.6em !important;
}
.fontsize16 {
  font-size: 0.8em !important;
}
.fontsize24 {
  font-size: 1em !important;
  line-height: 1.2em;
}
.fontsize36 {
  font-size: 1.8em !important;
  line-height: 1.2em;
}
.fontsize42 {
  font-size: 2.1em !important;
  line-height: 1.2em;
}
.fontsize54 {
  font-size: 2.7em !important;
  line-height: 1.2em;
}

.dropcap {
  float: left;
  font-size: 8em;
  padding-right: 7px;
  line-height: .6em;
  font-family: 'portrait_condlight';
  padding-top: 15px;
}

hr {margin: 0; }

span[id^='audio'] {position: relative;padding-right: 5px;margin-right: 5px;display: inline-block;}

::-webkit-media-controls {
  display:none !important;
}

audio {display: none;width: 0px !important; height: 0px !important;}


span.headphones {
  background: url("inc/img/dark.headphones.png") 100% 100% / contain no-repeat;
  position: absolute;
  right: -5px;
  top: 2px;
  width: 8px;
  height: 8px;
}

span.play {
  background: url("inc/img/dark.dinger.png") 100% 100% / contain no-repeat;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

a.audio {
  color: #323232;
  line-height: 1em;
  display: inline-block;
}

/*.audioOn .headphones {right: 5px;}*/

.audioShit {
  position: absolute;
  left: 0;
  bottom: -4px;
  display: inline-block;
}

progress {
  position: absolute;
  bottom: 1px;
  left: 0;
  color: #79958A;
  font-size: .6em;
  line-height: 1.5em;
  text-indent: .5em;
  height: .1em;
  width: 100%;
  background-color: #79958A;
  border: none !important;
}

progress::-webkit-progress-bar { background: #323232; }
progress::-webkit-progress-value { background:#79958A; height: 2px;}

figcaption {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #D8E7E2;
  color: #2C3533;
  font-size: .8em;
  line-height: 1.50em;
}

span[class^='dinger'] {
  background: url("inc/img/dark.dinger.png") 100% 100% / contain no-repeat;
  display: block;
  height: 16px;
  width: 5px;
  margin-bottom: 5px;
}

span[class^='thumbs'] {
  background: url("http://yonderjournal.com/wp-content/themes/Yonder%20Journal/inc/img/thumbsUp.png") 0% 0% / contain no-repeat;
  display: block;
  height: 34px;
  width: 26px;
  margin-bottom: 12px;
}

.thumbsDown {
  background-position: 100% 100% !important;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.highsAndLows {margin: 50px 0;}

.highsAndLows ul {
  padding-top: 20px;
  padding-left: 1em;
  text-indent: 0;
  list-style-type: disc;
  font-family: 'portrait_text_web_regularRg';
  font-size: 0.9em;
  line-height: 1.4em;
}

.highsAndLows ul li:before {
  content: "";
  color: #323232;
  padding-right: 0px;
}

.highsAndLows ul li {padding: 5px 0;color: #323232;}

/*.halfColumn .highPoints {padding-right: 5%;}*/

.highsAndLows .halfColumn span {display: block; width: 100%;}

.bottomPadding50 {padding-bottom: 50px !important;}

.fullImage {padding-bottom: 50px;}
.lazyload, .lazyloading {
  opacity: .1;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.pulledLeftImage {
  width: 100%;
  padding-right: 27%;
  padding-left: 40px;
  position: relative;
  margin-bottom: 50px;
}

.captionRunner {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #79958A;
}

.captionMileMarker {
  display: block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 20px 0 12px 0;
}

.bottomRightCaption, .topRightCaption {
  width: 27%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.topRightCaption {height: 100%;  overflow: auto;}

.bottomRightCaption {min-height: 250px;}

.bottomRightCaption span.theCaption, .topRightCaption span.theCaption {
  position: absolute;
  top: 0;
  padding: 10% 10% 13% 10%;
  width: 100%;
}
.bottomCaption span.theCaption {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 30px 25px 20px 25px;
}
.inlineCaption span.theCaption {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 30px 25px 20px 25px;
}

.pulledLeftImage .bottomCaption span.theCaption {width: 100%;}

.inlineCaption {position: relative;}
.inlineCaption:after {
  content: " ";
  background: url("inc/img/dark.dinger.png") 100% 100% / contain no-repeat;
  display: block;
  height: 16px;
  width: 5px;
  margin-bottom: 5px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -3px;
  position: absolute;
  top: 14px;
  left: 34px;
}



.dingerbottomCaption {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -3px;
  position: absolute;
  top: 14px;
  left: 34px;
}

.dingerbottomCaptionInset {
  position: absolute;
  left: 50%;
  top: -16px;
  display: inline-block !important;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bottomCaptionInset {
  width: 56%;
  margin: 0 auto;
  bottom: 40px;
  position: relative;
  padding: 30px 25px 20px 25px;
  text-align: center;
}

.theCaption {position: relative;display: block;}

.noCaption {display: none;}

.topLeft {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 260px;
  padding: 40px 20px 30px 30px;
  text-align: right;
  margin: 40px;
}
.bottomLeft {
  position: absolute;
  bottom: 50px;
  left: 0;
  max-width: 260px;
  padding: 40px 20px 30px 30px;
  text-align: right;
  margin: 40px;
}
.topRight{
  position: absolute;
  top: 0;
  right: 0;
  max-width: 260px;
  padding: 40px 30px 30px 20px;
  text-align: left;
  margin: 40px;
}
.bottomRight {
  position: absolute;
  bottom: 50px;
  right: 0;
  max-width: 260px;
  padding: 40px 30px 30px 20px;
  text-align: left;
  margin: 40px;
}

.dingertopLeft, .dingerbottomLeft {
  position: absolute;
  right: 0;
  top: -20px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dingertopRight, .dingerbottomRight {
  position: absolute;
  left: 0;
  top: -30px;
}

figure {position: relative;}

.sideImages2 {padding: 0 51px 50px 51px;}
.sideImages3 {padding: 0 51px 50px 51px;}
.sideImage2 {width: 50%; float: left;padding: 0 10px;}
.sideImage3 {width: 33.33333%;float: left;padding: 0 10px;}



.gutters {padding: 0 40px;}

.playlist {margin-bottom: 50px;}
.playlistTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.playlist li          {height: 45px; display: table; width:100%; font-family: 'PT Serif', serif; font-size: .9em;border-bottom: none;}
.playlist li:nth-child(odd)       {background-color: #ebf4f1;}
.playlist li:nth-child(even)       {background-color: #f1faf7;}
.playlist span      {display: table-cell;vertical-align: middle;}
.playlistItemNumber {width: 6%;text-align: center;font-family: 'PT Serif', serif;font-size: .75em;}
.playlistItemArtist {width: 47%;font-weight: 700;}
.playlistItemSong   {width: 47%;}

.playlist2Block {
  background-color: #d9e8e3;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #465e56;
}

.playlist2Left {
  width: 30%;
  float: left;
}

.playlist2Right {
  width: 70%;
  float: left;
  margin-top: 160px;
  padding-right: 51px;
}

.playlist2Block .playlist li {background-color: #d9e8e3 !important; border-bottom: 1px solid #7a968b; }
.playlist2Block .playlist li:last-of-type {background-color: #d9e8e3 !important; border-bottom: none; }

.playlistBits {}

.playlistBitsTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 50px 0px 10px 0px;
  float:left;
  margin: 0 10%;
  text-transform: uppercase;
}
.playlistBitsAuthor {
  font-family: 'PT Serif', serif;
  font-style: italic;
  padding: 10px 0px 30px 0px;
  float:left;
  margin: 0 10%;
}
.playlistBitsDescription {
  font-family: 'PT Serif', serif;
  font-size: .7em;
  line-height: 1.4em;
  padding: 30px 50px 0px 40px;
  float:left;
}

.inlineBookStyle {margin: 100px 0;}

.columns2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1.2em;
     -moz-column-gap: 1.2em;
          column-gap: 1.2em;
  font-family: "Lucida Grande", sans-serif;
  font-size: .8em;
  padding: 50px 0;
  line-height: 1.2em;
  text-indent: 50px;
  text-align: justify;
}

.columns2 p:first-of-type {
  text-indent: 0px;
}

.bookSplitter {
  display: block;
  margin: 0 auto;
  width: 250px;
  text-align: center;
}
.bookSplitter:nth-of-type(odd) {
  font-family: 'portrait_text_webheavy';
  font-size: 1.2em;
  border-top: 1px solid #333;
  padding-top: 50px;
}
.bookSplitter:nth-of-type(even) {
  font-family: 'portrait_text_webheavy';
  font-size: .8em;
  border-bottom: 1px solid #333;
  padding-bottom: 50px;
}


.fullBookStyle {
  background-color: #e6e7e8;
  padding: 0px 0 90px 0;
  border-top: 5px #000 solid;
  border-bottom: 5px #000 solid;
  margin: 50px 0;
}

.fullBookStyle .sectionTitle {
  border-top: none;
}

.fullBookStyle span {
  font-size: .45em;
  font-family:'portrait_text_webheavy';
  display: block;
  padding-bottom: 10px;
}
.fullBookStyle h1 {
  font-size: 1.2em;
  font-family:'portrait_text_webheavy';
  text-align: center;
  padding: 50px 2%;
}

.columns3 {
  width: 100%;
  padding: 0 40px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1.2em;
     -moz-column-gap: 1.2em;
          column-gap: 1.2em;
  font-size: .9em;
  line-height: 1.2em;
  text-indent: 50px;
  text-align: justify;
}
.columns3 p:first-of-type {
  text-indent: 0px;
}

.eventInsta {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .6em;
  margin: 20px;
  }
.eventInsta img {
  padding-bottom: 5px;
  }

.archive #primaryLockup {position: relative;}



#tabWrap input[type=radio] {	display: none;	}
#tabWrap label {
  background-color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .6em;
  letter-spacing: .1em;
	float:left;
	cursor:pointer;
	color:#fff;
	height:50px;
	text-align:center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border-right: 1px solid #333;
	white-space: pre-wrap;
	word-wrap: normal;
}
#tabWrap label:last-of-type {
  float: none;
  /*display: block;*/
  border-bottom:none;
  border-right: none;
}

#tab1:checked + label,
#tab2:checked + label,
#tab3:checked + label,
#tab4:checked + label {
  background-color: #171E1D;
  color: #D8E7E3;
}
.tabJammer {
	position:absolute;
	top:-9999px;
	opacity:0;
  padding: 10px 0px 10px 0px;
  letter-spacing: .1em;
  width: 276px;
  margin-bottom: 40px;
}
.tabJammer li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .7em;
  padding: 15px 20px 15px 10px;
  border-top: 1px solid #455D55;
  list-style-type: none;
}


.referenceSponsorLock {
  padding: 0 50px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: .7em;
  text-align: center;
}
.referenceSponsorLock img {
  padding-bottom: 10px;
}
.specializedRefLogo { width: 60%; }

.referenceTitle {
  font-family: 'EB Garamond', serif;
  width: 100%;
  text-align: center;
  border-top: 1px solid #455D55;
  border-bottom: 1px solid #455D55;
  padding: 15px 20px;
  margin-top: 10px;
}
.referenceBible {
  padding: 20px 20px 0 20px;
}
.referenceDataTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  font-size: .6em;
  width: auto;
  display: inline-block;
  border-bottom: 1px solid #79958A;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.referenceData {
  font-family: 'PT Serif', serif;
  width: 100%;
  padding-right: 5px;
  font-size: .7em;
  letter-spacing: normal;
  margin-bottom: 15px;
}



#tabToC li span {
  display: block;
  float: left;
  width: 15%;
  text-align: right;
  padding-right: 5px;
}

#tabToC li a {
  display: block;
  float: left;
  width: 85%;
  line-height: 1.1em;
  margin-top: -1px;
  padding-left: 2px;
  letter-spacing: normal;
}


#tabToC li:first-of-type {margin-top: 5px;  border-top: 2px solid #455D55;}

#tabToC li:hover {background-color: #000;}

.tabBlockHeader {
  font-family: 'neusabold' !important;
  padding: 15px 20px 0px 20px;
}
.tabFam {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: transparent;
  color: #D8E7E3;
  padding: 5px 0;
  font-size: .7em !important;
}
.tabTit {
  font-size: .9em;
  color: #000;
  display: inline-block;
  padding: 5px 0px;
  line-height: 1em;
  text-transform: uppercase;
  width: 100%;
}
.tabDate {
  font-family: 'neusaregular';
  font-size: 0.60em;
  text-transform: uppercase;
  color: #666;
  line-height: 1.4em;
  display: inline-block;
  letter-spacing: .1em;
}
.tabJammer a {
  color: #D8E7E3;
}
.tabBodyWrap {
  height:100%;
  overflow: auto;
  background-color: #171E1D;
  color: #D8E7E3;
  padding-bottom: 50px;
}

.tabSummaryWrap {
  font-family: 'PT Serif', serif;
  font-size: 1.6em;
  letter-spacing: normal;
  line-height: 14px;
  font-size: 0.8em;
  display: block;
  padding: 12px 12px 21px 12px;
  cursor: pointer;
  -webkit-transition: background-color 100ms ease-out;
  -moz-transition: background-color 100ms ease-out;
  -o-transition: background-color 100ms ease-out;
  transition: background-color 100ms ease-out;
}
.tabSummaryWrap img {padding-bottom: 10px;}
.tabSummaryWrap:hover {
  background-color: #000;
}

#tabToC {
  margin: 20px 0;
}

#tab1:checked ~ .tabBodyWrap #tabJammer1,
#tab2:checked ~ .tabBodyWrap #tabJammer2,
#tab3:checked ~ .tabBodyWrap #tabJammer3,
#tab4:checked ~ .tabBodyWrap #tabJammer4 {
	position:relative;
	top:0px;
	opacity: 1;
}

#aboutTab {
  background-color: #171E1D;
  color: #D8E7E3;
  padding-bottom: 50px;
}
#aboutTab img {
  padding: 25px 20px;
}
#aboutTitle, #mastheadHeader {
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1em;
}
#aboutTitle h1, #mastheadHeader h1 {
  position: relative;
  z-index: 1;
}
#aboutTitle span, #mastheadHeader span {
  background-color: #171E1D;
  display: inline-block;
  z-index: 5;
  padding: 4px 5px;
  font-size: .6em;
}
#aboutTitle h1:before, #mastheadHeader h1:before {
  content: "";
  display: block;
  border-top: solid 1px #455D55;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
}
#aboutYonder {
  font-size: .7em;
  padding: 20px;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 30px;
}
.mastheadName {
  padding: 20px 20px 5px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: .7em;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.mastheadTitle {
  padding: 0px 20px 5px 20px;
  font-family: 'PT Serif', serif;
  font-size: .7em;

}



#share {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1em;
  padding: 50px 0 50px 0;
  border-top: 1px solid #465e56;
  text-align: center;
  color: #465e56;
  float: left;
  width: 100%;
  cursor: default;
}


#share span {
  display: inline-block;
}

#share a {
  display: inline-block;
  text-indent: -9999px;
  height: 24px;
  width: 25px;
  margin-right: 20px;
  opacity: .6;
}

#share a:first-of-type {
  margin-left: 20px;
}

#articleEnd {margin-bottom: 20px;  font-family: 'neusaregular';font-size: .6em;}

#share a:last-of-type {margin-right: 0;}

.fb {  background: url("inc/img/social-facebook-md--2x.png") no-repeat;background-size: contain;}
.tw {  background: url("inc/img/social-twitter-md--2x.png") no-repeat;background-size:contain;}
.tm {  background: url("inc/img/social-tumblr-md--2x.png") no-repeat;background-size: contain;margin-right: 8px !important;}
.pn {  background: url("http://yonderjournal.com/wp-content/themes/Yonder%20Journal/inc/img/social-pinterest-md-@2x.png") no-repeat;background-size: contain;}

#shareCopy {
  font-size: 2em;
  margin-bottom: 50px;
}

#footer {
  float: left;
  width: 100%;
  background-color: #171E1D;
  color: #fff;
  padding-bottom: 30px;
}

#footer a {
  color: #79968B;
}

.footerLeft {
  float: left;
  width: 30%;
  padding: 0px 40px;
}
.footerRight {
  float: left;
  width: 70%;
  padding-right: 10%;
  padding-top: 50px;
}

#footer #searchform {padding-left: 0;border: 1px solid #999;color: #999;width: 40%;margin-top: 50px;margin-bottom: 30px;}
#footer #searchform:before {left: initial; right:20px;}

#footerPageNav {width: 40%; float:left;}
#footerContactNav {width: 40%; float:left;}

#footerLock {
  width: 70%;
  display: block;
  margin: 50px auto;
}

#footer li {
  list-style-type: none;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: .6em;
}


#searchform input {
  width: 100%;
  height: 40px;
	border: none;
  background-color: #171E1D;
  border-bottom: 1px #2B3532 solid;
	color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.60em;
  letter-spacing: .1em;
  color: #fafafa;
  padding: 12px 20px;
  text-transform: uppercase;
}






#searchform {position: relative;padding-left: 20px;}

#searchResultsWrap {background-color: #EAF3F0;}

.search #primaryLockup {background-color: #EAF3F0;float: none;}
.search #primaryLockup img {background-color: #EAF3F0;}

#searchResults {}
#searchResults #searchform {padding: 0;margin-bottom: 50px;}
#searchResults #searchform:before {
  width: 16px;
  content: " ";
  background: url("inc/img/magnifier.png") no-repeat;
  height: 16px;
  position: absolute;
  background-size: 16px 16px;
  top: 12px;
  left: 5px;
  opacity: .3;
}
#searchResults #searchform input {
  background-color: #EAF3F0;
  padding: 20px 40px;
  color: #000;
  font-family: 'portrait_text_webRg';
  text-transform: none;
  font-size: 1.4em;
  border-bottom: 1px solid #999;
}
#searchResults #searchform span {
  display: block;
  margin: 10px 0;
  color: #8D8D8F;
  font-size: .8em;
}
#searchResults article {
  padding-bottom: 20px;
  margin-right: 20%;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
}
#searchResults article:first-of-type {
  padding-top: 0px;
}
.searchResultFam {
  width: 100%;
  font-family: 'portrait_text_webbold';
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 3px 0px;
  display: inline-block;
  font-size: 0.60em;
  color: #8D8D8F;
}
.searchResultTitle {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 0px 5px 0px;
  display: inline-block;
  font-size: 1.2em;
  color: #8D8D8F;
}
.searchResultTitle a {color: #666}

.searchResultSummary p {
  display: inline;
  font-size: .8em;
  line-height: 1.4em;
  color: #333;
}
.noResultSummary p {
  display: block;
  font-size: .8em;
  line-height: 1.4em;
  color: #333;
}
.noResultSummary p:first-of-type {
  margin-bottom: 10px;
}
.searchResultSummary span {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .7em;
  color: #8D8D8F;
}

#searchform:before {
  width: 12px;
  content: " ";
  background: url("inc/img/magnifier.png") no-repeat;
  height: 12px;
  position: absolute;
  background-size: 12px 12px;
  top: 13px;
  left: 20px;
}

.footerLeft #searchform:before {left: initial; right:20px;}

#footerDescription {
  font-size: .9em;
  width:100%;
}


.search-results .pagination {
  border-top: 1px solid #aaa;
  padding: 30px 20% 30px 0;
  margin-right: 20%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: .7em;
  text-transform: uppercase;
}
.archive .pagination {
  border-top: 1px solid #aaa;
  width: 70%;
  margin: 0 auto;
  padding: 30px 2%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: .7em;
  text-transform: uppercase;
}
.page-numbers {padding: 0 3px;}


#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;}
#cboxOverlay{position:fixed;width:100%;height:100%;}
#cboxMiddleLeft,#cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;}
.cboxIframe{width:100%;height:100%;display:block;border:0;}
#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}
#cboxOverlay{background:url('inc/img/overlay.png') repeat 0 0;}
#colorbox{}
#cboxContent{background:#fff;overflow:hidden;}
img.cboxPhoto{max-width:750px;border:10px solid #FFF;}
a.blink{border:none;text-decoration:none;visibility:hidden;}



#newsletterSignup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  margin: auto;
  padding: 20px;
  width: 700px;
  height: 410px;
  border-radius: 4px;
  background: rgba(255,255,255,0.98 );

  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  display: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);

}

.newsletterTriggerWrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
.newsletterTrigger {
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.60em;
  letter-spacing: .1em;
}

#footer .newsletterTrigger {
  cursor: pointer;
}

.newsletterTitle {width: 100%; text-align: center; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; margin: 30px auto 50px auto;font-size: 1em;letter-spacing: .1em;}
.newsletterRow {padding: 0 50px;}
.newsletterLeft {width: 50%; float: left;}
.newsletterRight {width: 50%; float: left;font-size: .6em;padding-left: 10%;line-height: 1.2em;}
.newsletterButton {text-align: center;}
.newsletterButton button {
  border: 1px solid #999;
  border-radius: 2px;
  padding: 5px 15px;
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor:pointer;
  background-color: #455D55;
  color: #D8E7E3;
}
#newsletterSignup input {
  border: 1px solid #999;
  font-family: 'portrait_text_webRg';
  font-size: 1em;
  padding: 7px 4px 4px 4px;
  width: 100%;
}
#newsletterSignup label {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: .6em;
  padding: 5px 0 20px 0;
  }

/* tooltips */
.drMapTrigger {
  background: url('inc/img/dr.marker.png') no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 103;
  width: 20px;
  height: 36px;
  margin-left: -10px;
  margin-top: -36px;
  cursor: default;
}
.drMapTrigger:hover {
  background: url('inc/img/dr.marker.hover.png') no-repeat;
  background-size: contain;
  width: 20px;
  height: 36px;
}

.imageMapTrigger {
  background-size: contain;
  position: absolute;
  z-index: 103;
  margin-left: -10px;
  margin-top: -36px;
  width: 40px;
	height: 40px;
	background: #EAF3F0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  border: 3px solid #333;
  opacity: .6;
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  text-align: center;
  padding-top: 6px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  cursor: default;
}
.imageMapTrigger:hover {
  opacity: 1;
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

.articleImageMap {position: relative;padding: 0 51px 0px 51px;}

.imageMapTooltipTitle {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  font-size: .7em;
  border-bottom: 1px solid #79958A;
  text-transform: uppercase;
}

.imageMapTooltipList {
  margin-top: 10px;
}

.imageMapTooltipList li {
  width: 100%;
  font-family: 'PT Serif', serif;
  font-size: .7em;
  padding: 4px 0;
}

.single .tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  max-width: 40%;
  overflow: visible;
  margin-left: 19px;
  margin-top: 0px;
  margin-right: 20px;
}

.single .tooltipster-default {
	border: 3px solid #333;
	background: #EAF3F0;
	color: #181F1E;
}

.drTooltip {}
.drTooltipLeft {width: 40%;float: left;}
.drTooltipRight {width: 60%;float: left;padding: 10px 20px 0px 20px;}
.drTooltipTitle {font-family: 'EB Garamond', serif;width: 100%; float: left;margin-bottom: 10px;}
.drTooltipData {
  width: 50%;
  float: left;
  padding-right: 5px;
  font-size: .6em;
  margin-bottom: 10px;
}
.drTooltipDataTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  font-size: .8em;
  width: auto;
  display: inline-block;
  border-bottom: 1px solid #79958A;
  margin-bottom: 5px;
}
.drTooltipDataContent {
  display: block;
  width: 100%;
}
.drTooltipDataFull {
  width: 100%;
  float: left;
  padding-right: 5px;
  font-size: .6em;
  margin-bottom: 10px;
}
.drTooltipDataFull .drTooltipDataContent {
  font-size: 1.5em;
  line-height: 1.2em;
}
.drTooltipLink {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: .6em;
  letter-spacing: .1em;
  color: #79968B;
}

.articleImageMapLists {padding-top: 50px; padding-bottom: 50px; width: 100%;}
.articleImageMapLists .imageMapTooltipList {
  margin-bottom: 20px;
}


.packingChecklist {
  padding-bottom: 50px;
  font-family: 'PT Serif', serif;
  font-size: .9em;
}

.packingChecklistRoboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 40px !important;
  font-size: .7em;
}

.packingChecklistCol1Copy {font-size: 1.6em;}

.packingChecklistLeft {width: 28%;float:left; padding-left: 51px;}
.packingChecklistRight {width: 72%;float:left; padding-right: 51px;}


.packingChecklistRow {border-bottom: 1px solid #181f1e;padding: 10px 0;}
.packingChecklistRow:first-of-type {border-bottom: none;padding-top: 0;}

.packingChecklistCol2 {
  width: 40%;
  float: left;
}
.packingChecklistCol3 {
  width: 20%;
  float: left;
  padding: 0 3px;
}
.packingChecklistCol4 {
  width: 40%;
  float: left;
}

/* briefs */
.brief #speedWrap, .term-briefs #speedWrap, .brief .blockJammer {
  background-color: #EFF6F4;
}

.brief #share {margin-top: 50px;}

.term-briefs article:last-of-type {
  margin-bottom: 50px;
}

#briefsFootnotes {
  font-size: .6em;
  margin-top: 40px;
  line-height: 1.2em;
}

.briefsFootnote:first-of-type {
  border-top: 1px solid #465e56;
  padding-top: 10px;
}

.briefsFootnote {
  padding-top: 10px;
}

.term-briefs .footnote, .brief .footnote, .widecenterJammer .footnote {
  left: -23%;
  width: 20%;
}




#briefLead {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 30px;
}

#briefNumber {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: .7em;
  letter-spacing: .1em;
  padding-bottom: 20px;
}
#briefNumber h1 {
  position: relative;
  z-index: 1;
}
#briefNumber h1:before {
  content: "";
  display: block;
  border-top: solid 2px #BAD8CF;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
}
#briefNumber span {
  background-color: #EFF6F4;
  color: #181F1E;
  display: inline-block;
  padding: 10px;
  line-height: .9em;
  z-index: 5;
}


#briefTitle {
  font-family: 'EB Garamond', serif;
  font-size: 1.8em;
  padding-bottom: 20px;
}
#briefBible {
  padding-bottom: 20px;
}
#briefImage {}
#briefAttribute {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: .8em;
  padding-top: 15px;
}
.referenceDataBlock {
  float: left;
  width: 33.3333333333%;
}

.briefMore a {
  display: block;
  margin: 40px auto;
  width: 230px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: .9em;
  letter-spacing: .05em;
  color: #2C3533;
  background-color: #BAD8CF;
  text-align: center;
  padding: 6px 30px;
}

/* photo essays */
.slideWrap {position: relative;width: 100%;float: left;}

.essaySlideshowOverlay #articleLead {
  text-align: center;
  margin: 0 auto;
  background-color: transparent !important;
  color: #fff !important;
  position: relative;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}

.essaySlideshowOverlay #articleTitle span {
  background-color: transparent;
  color: #fff;
}

#essayControl {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .6em;
  letter-spacing: .2em;
}

.essaySlideshowOverlay {
  cursor: pointer;
  background-color: rgba(23,30,29,.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.essaySlideshowWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.essaySlideshow {
  background-color: #0A0C0C;
  margin: auto;
  position: relative !important;
}
.essaySlideshow img {
  width: auto;
}

.essaySlideshow figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 52px;
  background-color: rgba(23,30,29,.5);
  color: #fff;
  -webkit-transition: max-height 0.35s;
	-moz-transition: max-height 0.35s;
	transition: max-height 0.35s;
	padding-top: 4px;
  overflow: hidden;
}


.slideNumberWrap {
  width: 10%;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}
.slideNumber {font-size: .8em;}
.slideBackTo {font-size: .5em;cursor: pointer;}

.slideCaption {
  width: 85%;
  float: left;
  font-family: 'Roboto', sans-serif;
  height: auto;
  line-height: 1.3em;
}

.slideCaptionControl {
  width: 5%;
  float: right;
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  text-align: right;
  padding-right: 15px;
  cursor: pointer;
  line-height: 20px;
}

.heightAuto {max-height: 250px !important;}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobileSlideshow .essaySlideshowOverlay, .mobileSlideshow .essaySlideshowWrap {
  position: relative;
  float: left;
}

.mobileSlideshow .essaySlideshowOverlay #articleLead {
  position: relative;
  top: initial;
  -webkit-transform: translatey(0);
  -moz-transform: translatey(0%);
  -ms-transform: translatey(0%);
  -o-transform: translatey(0%);
  transform: translatey(0%);
  padding: 30px 0 50px 0;
}

.mobileSlideshow .essaySlideshow figure figcaption {
  position: relative;
}

.mobileSlideshow .slideCaption {
  width: 100%;
  padding: 10px 20px 15px 20px;
}


/* cycle */
/* prev / next links */
.cycle-prev, .cycle-next {
  position: absolute;
  top: 42%;
  z-index: 800;
  width: 50px;
	height: 50px;
	border: 1px solid white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  -webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}

.cycle-prev {
  cursor: pointer;
  left: 30px;

}
.cycle-prev:after {
  content: "PREV";
  text-align: center;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .7em;
  line-height: 50px;
  width: 100%;
  display: block;
    -webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}
.cycle-prev:hover {
  background-color: #fff;
}
.cycle-prev:hover:after {
  color: #333;
}

.cycle-next {
  cursor: pointer;
  right: 30px;
}
.cycle-next:after {
  content: "NEXT";
  text-align: center;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .7em;
  line-height: 50px;
  width: 100%;
  display: block;
  -webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}

.cycle-next:hover {
  background-color: #fff;
}
.cycle-next:hover:after {
  color: #333;
}

/* more css controller & display stuffs */
#tagsdiv-events .howto, #tagsdiv-families .howto {display: none;}



/* mobile controllers */
.mobileNav {display: none !important;}





@media only all and (min-width: 1281px) {
 .specialAnnouncement {left: -54%; width: 48%;}


} /* end 1280 */

@media only all and (max-width: 1280px) {
  .permaCenter {width: 65% !important;}
  .centerJammer {width: 52% !important;}
  .tooltipster-base {max-width: 60% !important;}

  .fromStoreBlockTitle {padding-bottom: 15%;}

  .bottomSponsorBlock .centerJammer {width: 70% !important;}

} /* end 1280 */



@media only all and (max-width: 900px) {

  .widecenterJammer .inlineLeft {margin-left: 0;width: 90%;}

  .splitLayoutBottom .specialSauceWrap .specialSauce {color: #fff !important;}

  .splitLayoutBottom .featuredJammerQuote span, .splitLayoutSubtitle, .splitLayoutBottom .specialSauceWrap .specialSauce span {color: #fff;}

  .fromStoreRight {font-size: .85em;}
  .fromStoreBlockTitle {padding-bottom: 15%;}
  .fromStoreBlockDesc {font-size: .9em;}

  .archiveArticle {float: left; width: 50%;}

  #familyArchiveDescription {padding: 20px; font-size: .8em;}
  .bonusArchiveTitle {padding: 20px;}

  .inlineLeft {margin: 30px 10px; width: 100%;}

  .ftrBlock {
    padding: 0px 71px 50px 71px;
    right: 0%;
    position: relative;
    display: block;
    width: 100%;
  }

  .specialAnnouncement {
    padding: 0;
    left: initial;
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    margin: 50px 0;
  }

  .announcementLead {
    text-align: left;
    padding: 35px 20px 10px 50px;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: .8em;
    width: 50%;
  }

  .specialAnnouncement img {
    margin: 0;
    max-width: 50%;
    float: right;
  }

  .specialAnnouncementBottom {
    float: none;
    position: absolute;
    width: 50%;
    padding-top: 10px !important;
    text-align: left;
    border: none !important;
    padding: 35px 10px 0px 50px;
    bottom: 35px;
    left: 0;
  }
  .specialAnnouncementBottom img {
    float: left;
  }

  .announcementBitsL, .announcementBitsR, .announcementBitsBottom {
    display:  none;
  }
  div[class^="announcementBits"] {
    line-height: 1.6em;
    padding: 30px 0 20px 0;1
  }
  .splitImageCover {
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.30);
    position: absolute;
    top: 0;
  }

  .splitImage {
    width: 100%;
  }
  .splitLayoutContentWrap {
    width: 100%;
    float: none;
    text-align: center;
    position: absolute;
    top: 0;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .splitLayoutContentTop span,  .splitLayoutTitle, .splitLayoutBottom, .specialSauce {
    color: #fff !important;
  }

  .specialSauce span {
    border-bottom: #fff 1px solid !important;
  }


  .contentTriggerMidWrap, .navTriggerMidWrap {
    display: none;
  }

  .featuredJammer img {
    position: relative;
    top: initial;
    -webkit-transform: translatey(0%);
    -moz-transform: translatey(0%);
    -ms-transform: translatey(0%);
    -o-transform: translatey(0%);
    transform: translatey(0%);
  }

  .featuredJammer {
    height: auto !important;
  }

  sup {
    color: #000;
  }
  /* disguise footnote reference links */
  #footnotelist a {cursor: default;}
  #footnotelist a:hover {background-color: transparent;}

   /*layout*/
  .centerJammer {width: 100% !important;margin: 0;padding-left: 71px;padding-right: 71px;}
    .ftrBlock .centerJammer, .fullBookStyle .centerJammer {width: 80% !important;margin: 0 auto;}
    .announcementBlock .centerJammer {width: 70% !important;padding: 0;margin: 0 auto;}
  .widecenterJammer {width: 100%;padding-left: 40px; padding-right: 40px; }
  .permaCenter {width: 80% !important;margin: 0 auto; padding: 0 40px;}
  .mobileCenter {width: 100% !important;padding-left: 20px;padding-right: 20px;}

  /*footnotes and quotes*/
  .footnote {display: none;}
  .footnote_text {cursor: default;border-bottom: none;}
  .inlineRight, .widecenterJammer .inlineRight  {width: 100%;position: relative;right: 0;text-align: left;padding: 50px 20px;}
  .inlineCenter {width: 100%;text-align: left;}
  .pullQuote span {padding-left: 20px;}
  .quoteRunner {display: none !important;}


  /*images and captions*/
  /*pulled left */
  .pulledLeftImage {width: 100%;padding-right: 40px;padding-left: 40px;}
    .bottomRightCaption, .topRightCaption {width: 100%;position: relative;}
    .bottomRightCaption span.theCaption, .topRightCaption span.theCaption {position: relative;padding: 30px 25px 20px 25px;}
    .topRightCaption, .bottomRightCaption {position: relative;max-width: none;text-align: left;margin: 0;bottom: 0px;}
    .dingertopRightCaption, .dingerbottomRightCaption {-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);display: inline-block !important;left: 32px;position: absolute;top: 15px;}
    .bottomRightCaption {min-height: initial;}
    .widecenterJammer .inlineRight:before {top: 51px;}

    /* this code shifts inline image captions to the right and adjusts inline images
      .inlineCaption {width: 30%; height: 100%; position: absolute; right: 0; bottom: 0;}
      .inlineImage {width: 140%;padding-right: 42%;}
    inline images w/out captions
      p .alignnone {width: 140%;padding-right: 42%;}
    */

    .inlineCaption span.theCaption {padding: 30px 15px 20px 15px;}
    .inlineCaption:after {left: 24px;}
    .inlineCaption .dingerbottomCaption {margin-left: 0px;left: 32px;}
    .inlineImage .bottomCaption {position: absolute;right: 0;bottom: 0;width: 30%; height: 100%;}


  /* full */
  .fullImage {padding: 0 0 15px 0 !important;}
  .singleImage {padding: 0 0 20px 0 !important;}
    .topLeft, .topRight, .bottomRight, .bottomLeft {position: relative;max-width: none;padding: 30px 40px 20px 40px;text-align: left;margin: 0;bottom: 0px;}
    .dingertopLeft, .dingertopRight, .dingerbottomRight, .dingerbottomLeft {top: -15px;left: 5px;-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
    .bottomCaption span.theCaption {width: 100%;padding: 30px 15px 20px 15px;}
    .dingerbottomCaption {margin-left: 0px;left: 26px;}
    .bottomCaptionInset {width: 100%;bottom: 0px;padding-left: 40px;padding-right: 40px;}

  /* special blocks */
  .columns3 {padding: 0 40px;-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}

  /*footer*/
  .footerLeft {padding: 0px;}
  #footerSocial {margin-bottom: 50px;float: left;width: 50%;}
  .footerLeft #searchform {float: left;width: 50%;}
  .footerRight {float: left;width: 100%;padding: 0px 40px;}
  #footerBottom {margin-top: 40px;}
  #footerPageNav {margin-bottom: 40px;}
  #footerPageNav li {display: block; margin-right: 20px; width: 100%;}


  #inHouseStaff > figure {width: 35%;}

  .bottomSponsorBlock .centerJammer {width: 100% !important;}

} /* end 900 */


@media only all and (max-width: 736px) {

  .widecenterJammer .inlineLeft {margin-left: 20px;margin-right: 20px;}
   .mapLegend {display: none;}
  .fromStore {margin: 30px 10%;}
  .fromStoreLeft {width: 100%;}
  .fromStoreRight {width: 100%;padding-bottom: 5%;}
  .fromStoreBlockTitle {padding-bottom: 5%;}
  .spacer20 {display: none;}
  .spacer50 {height: 20px;}
  section .sectionTitle {padding-top: 10px;padding-bottom: 30px;  margin-bottom: 20px;}
  #footerPageNav {width: 50%;}
  #footerContactNav {width: 50%;}
  #footer #searchform {width: 80%;}
  .articlePrimarySponsorBottomWrap {padding: 30px 20px;}
  .articleSecondarySponsorWrap {padding: 40px;}
  .playlist2Block {padding-bottom: 5px;}
  .playlist2Left {width: 100%;}
  .playlistBitsTitle, .playlistBitsAuthor {padding: 20px 0px 10px 20px;margin: 0;width: 100%;}
  .playlistBitsDescription {padding: 30px 20px 0px 20px;}
  .playlist2Right {width: 100%; margin-top: 20px; padding: 0 20px;}
  .columns2 {padding: 50px 20px !important;}
  span[class^='thumbs'] {background: url("http://yonderjournal.com/wp-content/themes/Yonder%20Journal/inc/img/thumbsUp.png") 50% 0% / contain no-repeat;}
  .highsAndLows .halfColumn span {text-align: center;}
  .highsAndLows ul {padding-left: 0; list-style-type: none;}
  .thumbsDown {background-position: 50% 100% !important;}
  .articleScrollerJammer .offscreenJammer {width: 340px;}
  .articleScrollerDescription {bottom: 20px;}
  .gfycat, .gifBlock {margin-bottom: 20px;}
  .halfColumn {width: 100%; margin-bottom: 30px; padding: 0 40px;}
  .sideImages2, .sideImages3 {padding: 0 15px 20px 15px;}
  .sideImage2, .sideImage3 {width: 100%;padding: 0 0 20px 0;}
  #share {margin-top: 20px;}
  section:last-of-type {padding-bottom: 20px;}
  .bulkInlineImages figure {margin-bottom: 20px;}
  #newsletterSignup {width: 300px;padding: 10px 20px 0px 20px}
  .newsletterTitle {margin: 0px auto 10px auto;}
  .newsletterLeft, .newsletterRight {width: 100%;}
  #newsletterSignup label {padding: 5px 0 5px 0;}
  .newsletterRight {padding-bottom: 10px;padding-left: 0px;}
  .newsletterRow {padding: 0px;}
  #headerWrap {overflow: scroll !important;}
  .eventScrollerWrap {display: none;}
  .centerJammer {width: 100% !important;padding: 0px 15px;overflow: hidden;}
  .widecenterJammer {width: 100% !important;padding: 0px 15px;}
  .permaCenter {width: 100% !important;padding: 0 10%;}
  .ftrBlock .centerJammer, .fullBookStyle .centerJammer {width: 100% !important;margin: 0 auto;}
  .ftrBlock {padding: 80px 15px;}
  .columns3 {padding: 0 15px;}
  .announcementBlock .centerJammer {overflow: visible !important;}
  .mobileNav {display: inline-block !important;}
  .fullNav {display: none !important;}
  #navWrap a {background: none;}
  #contentTrigger {top: 0;}
  #manuelForeSkin {font-size: 4em;}
  #inHouseStaff > figure, #outHouseStaff > figure {width: 50%;}
  .nonMarquee {
    font-size: .5em;
    display: inline-block;
    line-height: 1em;
    /*padding: 0 70px 0 130px;*/
    vertical-align: middle;
  }


  #articleLead {
    padding: 10px;
  }
  #articleTitle {
    width: 100%;
  }
  #articleTitle span {
    font-size: 2.125em;
    padding: 10px;
  }


  .featuredJammerBits {
    width: 80%;
    padding-bottom: 0;
  }
  .featuredJammerTitle {
    font-size: 2em;
  }

  #navTrigger {padding: 0 15px;width: auto;}
  #goHome {padding: 0 15px; left: 60px;}


  .navOpen #navTrigger:before {
    content: "X";
    font-family: "neusaextrabold";
  }

  .navOpen #goHome {
    left: 38px;
  }

   #contentTrigger {padding: 0 15px;}
  .contentOpen #contentTrigger:before {
    content: "X";
    font-family: "neusaextrabold";
  }

  .featuredJammerBottomBits {display: none;}


} /* end 736 */

@media only all and (max-width: 520px) {

  .nonMarquee {padding: 0 70px 0 130px;}
  #articleSubtitle {padding-bottom: 25px;}
  #articleAttribute {padding-bottom: 20px;}
  .featuredJammerTitle {font-size: 1.4em;}
  .gm-style .gm-style-iw {max-width: 80px !important;}
  .info-window {max-width: 105px !important;}
  .fromStore {margin: 30px 10px;}
  .newsletterRight {padding-bottom: 5px;}
  .newsletterTitle {font-size: .8em;padding: 0 10px;}
  #share span {width: 50%;}
  .articlePrimarySponsorTopWrap {padding: 0 20px;}
  .shareButtonWrap {display: flex;}
  .footerLeft {width: 100%;}
  #footerLock {width: 40%;}
  #footerPageNav {width: 100%;}
  #footerContactNav {width: 100%;}
  .articleImageMap {padding: 0 10px 0px 10px;}
  .articlePrimarySponsorTopContent {font-size: .8em;}
  .packingChecklistRight {width: 100%; margin-top: 40px; padding: 0 20px;}
  .packingChecklistLeft {width: 100%; padding-left: 20px;}
  .articlePrimarySponsorTopContent div {padding-left: 6px;}
  .announcementLead {text-align: center;width: 100%;}
  .playlistItemNumber {padding-left: 5px;}
  .columns2 {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
  .inlineBookStyle {margin: 40px 0;}
  #footerLock {font-size: 1.4em;}
  .footerLeft, .footerRight {padding: 0px 20px;}
  .halfColumn {padding: 0;}
  .ftrBlock {padding: 40px 15px;}
  .ftrJammerQuote {font-size: 1em;}
  .ftrJammerAttribute {margin-top: 5px;}
  .fullBookStyle h1 {padding: 50px 20px;}
  .fullBookStyle span {font-size: 0.65em;}
  .playlist span {padding-right: 10px;}
  #Bible {font-size: .8em;}
  div[class^="bibleBlock"] h3 {font-size: 0.68em;}
  section .sectionTitle {padding-top: 30px;padding-bottom: 40px;  margin-bottom: 20px;}

  /* ensures that yj lockup fits on small screens */
  #primaryLockup img {width: 100% !important;}
  /* ensures that archive lead image fits on small screens */
  .archive #primaryLockup img {padding: 0;}

  .pContent {font-size: .8em;}
  .archiveArticle {float: left;width: 100%;}
  .specialAnnouncement {padding: 0px 30px 0px 30px;display: block; font-size: 1.4em;}
  .specialAnnouncement img {margin: 15px 0; max-width: none;}
  .specialAnnouncementBottom {
    position: relative;
    bottom: initial;
    left: initial;
    float: left;
    width: 100%;
    padding-top: 0px;
    text-align: center;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .specialAnnouncementBottom img {
    float: none;
  }
  .announcementLead {
    padding: 35px 0px 10px 0px;
  }
  .columns3 {
    padding: 0 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .pulledLeftImage {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .bottomRightCaption span.theCaption, .topRightCaption span.theCaption {
    padding: 30px 10px 20px 10px;
  }

  .dingertopRightCaption, .dingerbottomRightCaption {
    left: 18px;
  }

  .permaCenter {
    padding: 0 20px;
  }


  #footerSocial {width: 100%;margin-bottom: 30px;}
  .footerLeft #searchform {width: 100%;margin-bottom: 30px;}
  #footerRaceNav {width: 100%;padding-right: 0px;margin-bottom: 30px;}
  #footerFamilyNavWrap {width: 100%;}
  #footerFamilyNav {-webkit-column-count: 1; -moz-column-count: 1;column-count: 1;}

  #inHouseStaff > figure, #outHouseStaff > figure {width: 70%;}

  .splitLayoutContentTop, .splitLayoutBottom {display: none;}
  .splitLayoutContent {
/*    position: absolute;
    bottom: 20px;
    top: initial;
    -webkit-transform: translatey(0%);
    -moz-transform: translatey(0%);
    -ms-transform: translatey(0%);
    -o-transform: translatey(0%);
    transform: translatey(0%); */
    padding: 0px;
    width: 100%;
  }
  .splitLayoutContentTop {
    padding: 0 20px;
    top: 5%;
  }

} /* end 520 */

@media only all and (max-width: 400px) {
  .bibleBlockHalf {width: 100%;min-height: 70px;}

  .bibleBlockFull {margin-bottom: 20px;}
}


/* tooltipster stuff */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border: 2px solid #475F57;
	background: #EAF3F0;
	color: #181F1E;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: 'PT Serif', serif;
	font-size: 20px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}


/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	max-width: 40%;
	overflow: visible;
  margin-left: 10px;
  margin-top: -5px;
  margin-right: 20px;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -6px;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: none !important;

	border-top: 12px solid #EAF3F0 !important;
	border-right: 12px solid transparent !important;

	bottom: -12px;
  left: 6px !important;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: none !important;
  border-top: 15px solid #475F57 !important;
  border-right: 15px solid transparent !important;
  bottom: -14px;
  left: 4px !important;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: none !important;

	border-bottom: 12px solid #EAF3F0 !important;
	border-right: 12px solid transparent !important;

	top: -12px;
  left: 6px !important;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: none !important;
  border-bottom: 15px solid #475F57 !important;
  border-right: 15px solid transparent !important;
  top: -14px;
  left: 4px !important;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

/* jscrollpane css */
.jspContainer {
	overflow:hidden;
	position:relative;
}

.jspPane {
	position:absolute;
}

.flyout-content .jspPane {
	position:absolute;
  width: 160px !important;

}

.jspVerticalBar {
	position:absolute;
	top:0;
	left:2px;
	width:5px;
	height:100%;
	opacity: .8;
	padding: 10px 0;
	/*z-index: -1;*/
}

.subflyout-content .jspContainer .jspVerticalBar {left: inherit; right: 2px !important; }
#headerWrap .jspContainer .jspVerticalBar {left: inherit; right: 2px !important; }
#headerWrap .jspPane {width: 280px !important;}
#headerWrap .jspDrag {
	background-color: rgba(255,255,255,0.5);
	border-radius: 4px;

}
.jspHorizontalBar {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:10px;
	padding-top: 5px;
	margin: 0 30px;
	background-color: #fff;
}

.articleScrollerWrap .jspHorizontalBar {background-color: transparent;}

.jspCap {
	display:none;
}

.jspHorizontalBar .jspCap {
	float:left;
}

.jspTrack {
	position:relative;
}

.jspDrag {
	background: #F19292;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
}

#navWrap .jspDrag {
	background-color: rgba(255,255,255,0.5);
	border-radius: 4px;

}

.flyout-content .jspDrag {
	background-color: rgba(0,0,0,0.3);
	border-radius: 4px;
}

.scrollerJammerWrap .jspDrag {
background-color: rgba(0,0,0,.5);
border-radius: 4px;
}

.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag {
	float:left;
	height:100%;
}

.jspArrow {
	background:#50506d;
	text-indent:-20000px;
	display:block;
	cursor:pointer;
	padding:0;
	margin:0;
}

.jspArrow.jspDisabled {
	cursor:default;
	background:#80808d;
}

.jspVerticalBar .jspArrow {
	height:16px;
}

.jspHorizontalBar .jspArrow {
	width:16px;
	float:left;
	height:100%;
}

.jspVerticalBar .jspArrow:focus {
	outline:none;
}

.jspCorner {
	background:#eeeef4;
	float:left;
	height:100%;
}

* html .jspCorner {
	margin:0 -3px 0 0;
}